* lread.c (invalid_syntax): Omit length argument.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 01:31:41 +0000 (18:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 01:31:41 +0000 (18:31 -0700)
commitde9fa0d249d598c67828930f23160c83bd3f52d3
tree856bb08d1497c0b4031133955c573a41875cba63
parentc5936a92b322f9d0f4ddead67a4af083dd0ae861
* lread.c (invalid_syntax): Omit length argument.

All uses changed.  This doesn't fix a bug, but it simplifies the
code away from its former Hollerith-constant appearance, and it's
one less 'int' to worry about when looking at integer-overflow issues.
src/ChangeLog
src/lread.c